I found these lovely error messages and decided they were pretty funny so I put them in my list. Easter eggs or not they are fun to read and still express the humorous side of our Apple developers. Boris Klug tells me MPW means Macintosh Programmers Workshop and is a development system created by Apple. It is a collection of C and C++ development tools.
The below messages are from the 68k compiler. The newest one does not have the interesting messages. They can be found in the STR resource
ï」ソNew Strings sent to me by Anthony Cunningham (tjc@fma.com):
窶「"You can't modify a constant, float upstream, win an argument with the IRS, or satisfy this compiler"
窶「"This struct already has a perfectly good definition"
窶「"This onion already has a perfectly good definition"
窶「"Can't cast a void type to type void (because the ANSI spec. says so, that's why)"
These are the messages from my last version:
窶「"String literal too long (I let you have 512 characters, that's 3 more than ANSI said I should)"
窶「"...And the lord said, `lo, there shall only be case or default labels inside a switch statement'"
窶「"a typedef name was a complete surprise to me at this point in your program"
窶「"`Volatile' and `Register' are not miscible"
窶「"This struct already has a perfectly good definition"
窶「"Only one parameter per register please "
窶「"type in (cast) must be scalar; ANSI 3.3.4; page 39, lines 10-11 (I know you don't care, I'm just trying to annoy you)"
窶「"This array has no size, and that's bad"
窶「"Huh ?"
窶「"can't go mucking with a `void *'"
窶「"we already did this function"
窶「"The target of this goto is a label in a block that has an automatic variable with an initializer"
窶「"This label is the target of a goto from outside of the block containing this label AND this block has an automatic variable with an initializer AND your window wasn't wide enough to read this whole error message"
窶「"Call me paranoid but finding `/*' inside this comment makes me suspicious"
窶「"This function has an explicit return type and deserves a return value"
窶「"You are comparing two structures that have holes in them"
窶「"Too many errors on one line (make fewer)"
窶「"Symbol table full - fatal heap error; please go buy a RAM upgrade from your local Apple dealer"
窶「"Trailing comma not permitted in enum definition. (This time I'm letting you off with a warning)"
...By Bruce Hoult. Posted by Robert Lentz (lentz@rossi.astro.nwu.edu) on his web page: